ASCII

Returns the ASCII value of a character.

Syntax

Ascii("Character")

Arguments

Argument Description
Character Character to return the ASCII value for.

Return value

Value Description
Value ASCII value of the character.

Example

asciiValue = Ascii("*")

PrintLn asciiValue